UTILITY_COMPONENT
This project covers all test cases for REST trigger and Utility transformer.
| Sr. No | Service Name | Description | Details |
|---|---|---|---|
| 1. | addLogs | Use `add variable` to add key, value pair in pipeline. Use `logging` to print some message with types: INFO, ERROR, DEBUG, VERBOSE. |
GET |
| 2. | addRemoveVariable | Use `add variable` to add key, value pair in pipeline. Log the value using `logging` and then use `remove variable` to remove key and its value from pipeline. |
GET |
| 3. | throwError | Use of throw error (INTBusinessException) method. |
GET |
| 4. | throwError | Use of throw error (INTRtryException) method. |
GET |